home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / gnu / WinGnuPlot.lha / WinGnuPlot / ReadMe < prev    next >
Encoding:
Text File  |  1994-02-14  |  2.5 KB  |  89 lines

  1. Hi,
  2. This is WinGnuPlot, a MUIbased GnuPlot Terminaldriver.
  3. A documentation does do exists (yet?), you should be familiar with the 'old'
  4. Gnuplot, but here are some basic instructions,:
  5.  
  6. Start the supplied GnuPlot first, the normal, old amiga driver is named
  7. 'amigascreen', then new driver 'amigawindow'. If necassary, you should choose
  8. the new driver by 'set term amigawindow'. The plotprogramm itself 'WinPlot'
  9. is started by the first plot command, e.g. 'plot sin(x)' oder by the command
  10. 'clear'. Now start to play with the GUI.
  11.  
  12. System Requirements :
  13. Kick2.1, but 3.x is recommended
  14. (Attention, you will need some Outlinefonts in your FONTS: directory)
  15. MUI 2.0 (see MUI.readme for details)
  16. ARexx 
  17. A highres graphicscard (1024x768 or better) is recommended ;-)
  18.  
  19. If you want to compile the sources, you will need SAS/C 6.50 or better, and the original
  20. GnuPlot sources. Due to the size of the GnuPlot sources, I have included only the patches
  21. to GnuPlot 3.5. You should find theses sources on any better FTP-server or BBS. 
  22. The patches are in standard UN*X patch format.
  23.  
  24. History:
  25.  
  26. V0.95 -- First public release on Friday 22-10-1993,
  27.  
  28.     -got lost on wuarchive :-(
  29.  
  30.  
  31. V1.0  -- Second try on Friday 29-10-1993
  32.  
  33.     -fixed some bugs !
  34.  
  35.     -changed the message handling, plottings gets a speed factor of two :-)
  36.  
  37.     -splitted the edit-window to several panels
  38.  
  39.  
  40. V1.1  -- Tuesday 02-11-1993
  41.     
  42.     -some memory cleanup, should save some kbytes.
  43.  
  44.     -all gadgets have context sensitive online help now !
  45.  
  46.     -you can use the keyboard for most of the gadgets !
  47.  
  48.     -The choosen outlinefont and edit-page are saved by MUIM_Application_Save
  49.          to ENVARC: on program exit. The environment variable GNUOUTLINE is obsolete !
  50.  
  51.  
  52. V1.2  -- Monday 14-02-1994
  53.  
  54.     -Recompiled using SAS/C 6.51
  55.     
  56.     -many small bug fixes, don't know the details anymore
  57.  
  58.     -some GUI cosmetic changes, due to better MUI understanding :-)
  59.  
  60.     -some memory checkings during plot
  61.  
  62.     -you can edit of user defined functions and variables by edit-window
  63.      
  64.     -color-requester for pen-colors (sorry, no saving yet!)
  65.      Attention, this requester is not very userfull for 2.1 users
  66.  
  67.     -menus
  68.  
  69.     -due to arrival of MUI2.0, some cleanups in the Notification processing
  70.      (Thanks Stefan for implementing MUIA_NoNotify !). The edit-window is
  71.          now a RegisterGroup, which looks very nice.
  72.  
  73. TODO
  74. -- A better documentation (TeXInfo, AmigaGuide ?)
  75. -- Better error handling -- be careful I'm lasy
  76. -- Placement of labels using the mouse
  77.  
  78. More Ideas ??
  79.  
  80.  
  81. AUTHOR
  82.  
  83. Michael Illgner
  84. Theodorstraße 27
  85. 33102 Paderborn
  86. Germany
  87.  
  88. email: fillg1@uni-paderborn.de
  89.